home *** CD-ROM | disk | FTP | other *** search
- on startMovie
- global cd
- if not (the platform contains "windows") then
- if voidp(cd) then
- initStuff()
- ECDCTRLInit(0)
- end if
- end if
- end
-
- on stopMovie
- if not (the platform contains "windows") then
- ECDCTRLDestroy()
- end if
- end
-
- on initStuff
- global gDir
- if the platform contains "windows" then
- set addChar to "\"
- else
- set addChar to ":"
- end if
- set gDir to the pathName & "xtras" & addChar
- end
-